runtime.heapStatsDelta.largeAllocCount (field)

8 uses

	runtime (current package)
		arena.go#L1082: 	atomic.Xadd64(&stats.largeAllocCount, 1)
		mcache.go#L244: 	atomic.Xadd64(&stats.largeAllocCount, 1)
		metrics.go#L225: 				hist.counts[len(hist.counts)-1] = in.heapStats.largeAllocCount
		metrics.go#L609: 	a.totalAllocs = a.largeAllocCount
		mstats.go#L398: 	nMalloc := consStats.largeAllocCount
		mstats.go#L684: 	largeAllocCount uint64                    // number of large object allocations
		mstats.go#L705: 	a.largeAllocCount += b.largeAllocCount